
* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color:  #f1f1f1;
}

/* Style the header */
header {
  background-color: #666;
  padding: 10px;
  text-align: center;
  font-size: 35px;
  color: white;
}

topnav {
  float: left;
  width: 100%;
  background-color: #999;
  padding: 10px;
  text-align: center;
  color: white;
}


/* Create two columns/boxes that floats next to each other */
nav {
  float: left;
  width: 24%;
  background: #ccc;
  padding: 20px;
}

/* Style the list inside the menu */
nav ul {
  list-style-type: none;
  padding: 0;
}

mocktable {
  display: table; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
}

cola {
  display: table-cell; /* Make elements inside the container behave like table cells */
  width: 23%;
  background: #ccc;
  padding: 10px;
  vertical-align: top;
}

colanarrow {
  display: table-cell; /* Make elements inside the container behave like table cells */
  width: 20%;
  background: #ccc;
  padding: 10px;
  vertical-align: top;
}

cola ul {
  list-style-type: square;
  padding: 10;
}
colanarrow ul {
  list-style-type: square;
  padding: 10;
}

colb {
  display: table-cell; /* Make elements inside the container behave like table cells */
  width: 77%;
  padding: 0px;
  vertical-align: top;
}

colbwide {
  display: table-cell; /* Make elements inside the container behave like table cells */
  width: 80%;
  padding: 0px;
  vertical-align: top;
}

article {
  float: left;
  padding: 5px;
  width: 100%;
  background-color: #f1f1f1;
}
innerarticle {
  float: left;
  padding-top: 20px;
  width: 95%;
  background-color: #f1f1f1;
  border-style: none;
  border-color: gray;
  border-width: 1px;
}
halfarticle {
  float: left;
  padding: 5px;
  width: 50%;
  background-color: #f1f1f1;
  text-align: center;
}

select{
  font-size: large;
  color: #666;
}

/* Clear floats after the columns */
section::after {
  content: "";
  display: table;
  clear: both;
}

/* Style the footer */
footer {
  background-color: #999;
  padding: 10px;
  text-align: center;
  color: white;
}

/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
  nav, article {
    width: 100%;
    height: auto;
  }
}

table.bdr {
  border-spacing: 8px;
}

td.bdr, th.bdr {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #090909;
  background-color: #e1e1e1;
}

table.data {
  border-spacing: 1px;
  text-align: center;
  font-size: medium;
}

td.data, th.data {
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #090909;
  background-color: #e1e1e1;
}

h1 {
  font-size: xxx-large;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}
h2 {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}


/* Styling for Tabbed Menu */
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}



/* Styling for MOTH DATA */
/* Style the tab */
/* Style the buttons that are used to open the tab content */
/* Change background color of buttons on hover */
/* Create an active/current tablink class */


/* Style the tab content */
.mothtabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}